From: Noah Friedman Date: Sun, 28 Mar 1993 07:32:08 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96655 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=6fc81d6b8e1fd27e25f8fc89769940c34f9acfa1;p=emacs.git *** empty log message *** --- diff --git a/lisp/rlogin.el b/lisp/rlogin.el index 1f52c46a2d2..b3e2762bad5 100644 --- a/lisp/rlogin.el +++ b/lisp/rlogin.el @@ -81,7 +81,8 @@ the rlogin when starting." (let* ((buffer-name (format "*rlogin-%s*" host)) (args (if (and rlogin-explicit-args (listp rlogin-explicit-args)) (cons host rlogin-explicit-args) - (list host)))) + (list host))) + proc) (and prefix (setq buffer-name (buffer-name (generate-new-buffer buffer-name)))) (switch-to-buffer buffer-name)